label: Redo attribute application
authorBenjamin Otte <otte@redhat.com>
Fri, 6 Jan 2012 04:04:13 +0000 (05:04 +0100)
committerBenjamin Otte <otte@redhat.com>
Fri, 6 Jan 2012 04:23:42 +0000 (05:23 +0100)
commit396b177e3b2546234a4ef8a1340b5c389316b2db
tree89a04fa55f484bf93e8ac83ccc055e7907c588dd
parent15ac5728229c37f958ed977702875bcad0b5b1dc
label: Redo attribute application

- Don't compute link color attributes until layout creation
This is useful as a performance enhancement, because we don't have to
lookup the property after setting the text, so multiple markup sets
don't cost style lookups.
- Don't merge attrs into effective_attrs
We do this when applying link colors now. Keeping them separate allows
invalidating them separately.
gtk/gtklabel.c